count=1 while count<5: print(count) count+=1 else: print("false")